body {
  font-size: 14px;
}
/*css实现中间标题两边横线*/
.i-title {
  text-align: center;
  position: relative;
  color: #f7957f;
  border-bottom: 1px solid #fadfd9;
}
.text-show-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-primarily {
  color: #F37052;
}
.bg-primarily {
  background-color: #F37052;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .block-tabs-view {
    overflow-x: scroll;
    white-space: nowrap;
  }
}
@media screen and (min-width: 769px) {
  .block-tabs-view {
    display: table;
    margin: 0 auto;
  }
}
.tab-btn {
  border-radius: 15px;
  cursor: pointer;
}
.baoxi_scroll_view {
  height: 100px;
  margin-top: 10px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ffe8ed), to(#fff2eb));
  background: linear-gradient(270deg, #ffe8ed 0, #fff2eb 100%);
  border-radius: 6px;
  position: relative;
}
.baoxi_scroll_view .baoxi_scroll_ul_view {
  overflow: hidden;
}
.baoxi_scroll_view .icon_img {
  width: 128px;
  height: 108px;
  position: absolute;
  left: 0;
  top: -4px;
  z-index: 100;
}
#baoxi_scroll_ul1,
#baoxi_scroll_ul2 {
  margin: 0;
  width: 1000%;
}
#baoxi_scroll_ul1 li,
#baoxi_scroll_ul2 li {
  display: inline-flex;
  align-items: center;
  padding: 5px;
}
#baoxi_scroll_ul1 li img,
#baoxi_scroll_ul2 li img {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin-right: 5px;
}
#baoxi_scroll_ul1 li div p.name,
#baoxi_scroll_ul2 li div p.name {
  font-size: 14px;
  margin: 0;
  color: #f68;
  font-weight: bold;
}
#baoxi_scroll_ul1 li div p.title,
#baoxi_scroll_ul2 li div p.title {
  font-size: 12px;
  margin: 0;
}
#banner img {
  min-height: 150px;
  object-fit: cover;
}
.page-eat {
  height: 610px;
}
.page-eat .top-background {
  height: 100%;
  background: url(/skin/default/image/can_bnt.png) no-repeat top center;
  background-size: 100% auto;
}
.page-eat .top-background .top-background-input {
  background: #fff;
  width: 50%;
  display: inline-flex;
}
.page-eat .top-background .top-background-input i {
  font-size: 24px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  width: 80px;
}
.page-eat .top-background .top-background-input input {
  border: 0;
  line-height: 60px;
  padding: 0;
  width: 100%;
}
.page-eat .top-background .top-background-input input:focus-visible {
  border: none;
  outline: medium;
}
.page-eat .top-background .top-background-input span {
  display: inline-block;
  line-height: 60px;
  background: #FF5470;
  font-size: 22px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  height: 60px;
  width: 100px;
}
@media screen and (max-width: 768px) {
  .page-eat .top-background {
    background: url(/skin/default/image/can_bnt_1.jpg) no-repeat center center;
    background-size: 100% auto;
  }
  .page-eat .top-background .top-background-input {
    width: 80%;
  }
}
div.popup {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  display: none;
}
div.popup .popup-flex {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
div.popup .popup-flex .popup-item {
  background: #fff;
  width: 80%;
  max-width: 350px;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
div.popup .popup-flex .popup-item .iconguanbi {
  position: absolute;
  right: 1.13224638rem;
  top: 1.13224638rem;
  z-index: 2;
}
div.popup .popup-flex .popup-item .popup-item-success {
  display: flex;
  flex-direction: column;
  align-items: center;
}
div.popup .popup-flex .popup-item .popup-item-success .popup-item-title {
  color: #000;
  font-size: 1.13224638rem;
  line-height: 1.13224638rem;
  font-weight: bold;
  padding: 0.56612319rem 0;
}
.title-list li {
  cursor: pointer;
}

/* 滚动条设置 */
.scroll::-webkit-scrollbar {
  width: 0.53333333rem;
  height: 0.53333333rem;
}
.scroll::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 0.26666667rem;
}
.scroll::-webkit-scrollbar-thumb {
  background-color: #ffe2dc;
  border-radius: 0.26666667rem;
}
.scroll::-webkit-scrollbar-thumb:hover {
  background-color: #f7957f;
}
.scroll::-webkit-scrollbar-corner {
  background-color: #f1f1f1;
}
@media (max-width: 767.98px) {
  .text-color-999 a{
    color: #999;
}
}
